github.com/andybalholm/brotli.huffmanCode.value (field)
12 uses
github.com/andybalholm/brotli (current package)
decode.go#L336: table = table[uint32(table[0].value)+((bits>>huffmanTableBits)&bitMask(nbits)):]
decode.go#L340: return uint32(table[0].value)
decode.go#L356: *result = uint32(table[0].value)
decode.go#L368: *result = uint32(table[0].value)
decode.go#L383: table = table[uint32(table[0].value)+val:]
decode.go#L389: *result = uint32(table[0].value)
decode.go#L411: *value = uint32(table[0].value)
decode.go#L426: result = uint32(ext[0].value)
decode.go#L590: code_len = uint32(p[0].value) /* code_len == 0..17 */
decode.go#L634: code_len = uint32(p[0].value) /* code_len == 0..17 */
huffman.go#L70: value uint16
huffman.go#L76: h.value = value
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |